projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63fedde
)
(redraw-modeline): Define alias.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 1 Apr 2002 12:03:14 +0000
(12:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 1 Apr 2002 12:03:14 +0000
(12:03 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 51297611edb8b2881613ef09a2ec916d35dc9cee..fb03b7ad1ba4d2a4b583ad7cdfa4d3f81021a7ca 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-1117,6
+1117,9
@@
This finishes the change group by reverting all of its changes."
;; Revert the undo info to what it was when we grabbed the state.
(setq buffer-undo-list elt)))))
\f
+;; For compatibility.
+(defalias 'redraw-modeline 'force-mode-line-update)
+
(defun force-mode-line-update (&optional all)
"Force the mode line of the current buffer to be redisplayed.
With optional non-nil ALL, force redisplay of all mode lines."